home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / answers / lisp-faq / part4 < prev    next >
Encoding:
Text File  |  1993-06-13  |  45.4 KB  |  843 lines

  1. Newsgroups: comp.lang.lisp,news.answers,comp.answers
  2. Path: senator-bedfellow.mit.edu!enterpoop.mit.edu!usc!math.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!bb3.andrew.cmu.edu!crabapple.srv.cs.cmu.edu!mkant
  3. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  4. Subject: FAQ: Lisp Implementations and Mailing Lists 4/7 [Monthly posting]
  5. Message-ID: <lisp-faq-4.text_739958497@cs.cmu.edu>
  6. Followup-To: poster
  7. Summary: Questions about Lisp Implementations and Mailing Lists
  8. Sender: news@cs.cmu.edu (Usenet News System)
  9. Supersedes: <lisp-faq-4.text_737280215@cs.cmu.edu>
  10. Nntp-Posting-Host: a.gp.cs.cmu.edu
  11. Reply-To: lisp-faq@think.com
  12. Organization: School of Computer Science, Carnegie Mellon
  13. Date: Sun, 13 Jun 1993 08:01:50 GMT
  14. Approved: news-answers-request@MIT.Edu
  15. Expires: Sun, 25 Jul 1993 08:01:37 GMT
  16. Lines: 824
  17. Xref: senator-bedfellow.mit.edu comp.lang.lisp:10305 news.answers:9335 comp.answers:970
  18.  
  19. Archive-name: lisp-faq/part4
  20. Last-Modified: Mon Jun  7 17:26:28 1993 by Mark Kantrowitz
  21. Version: 1.34
  22.  
  23. ;;; ****************************************************************
  24. ;;; Answers to Frequently Asked Questions about Lisp ***************
  25. ;;; ****************************************************************
  26. ;;; lisp-faq-4.text -- 45818 bytes
  27.  
  28. This post contains Part 4 of the Lisp FAQ. It is cross-posted to the
  29. newsgroup comp.lang.scheme because it contains material of interest to
  30. Scheme people. The other parts of the Lisp FAQ are posted only to the
  31. newsgroups comp.lang.lisp and news.answers. 
  32.  
  33. If you think of questions that are appropriate for this FAQ, or would
  34. like to improve an answer, please send email to us at lisp-faq@think.com.
  35.  
  36. Lisp/Scheme Implementations and Mailing Lists (Part 4):
  37.  
  38.   [4-0]   Free Common Lisp implementations.
  39.   [4-1]   Commercial Common Lisp implementations.
  40.   [4-2]   Scheme Implementations
  41.   [4-4]   Free Implementations of Other Lisp Dialects
  42.   [4-5]   Commercial Implementations of Other Lisp Dialects
  43.   [4-6]   What is Dylan?
  44.   [4-7]   What is Pearl Common Lisp?
  45.   [4-9]   What Lisp-related discussion groups and mailing lists exist?
  46.   [4-10]  ANSI Common Lisp -- Where can I get a copy of the draft standard?
  47.  
  48. Search for \[#\] to get to question number # quickly.
  49.  
  50. ----------------------------------------------------------------
  51. Subject: [4-0]   Free Common Lisp implementations.
  52.  
  53. Repositories of Lisp source code are described in the answer to
  54. question [6-1]. 
  55.  
  56. Remember, when ftping compressed or compacted files (.Z, .arc, .fit,
  57. etc.) to use binary mode for retrieving the files.
  58.  
  59.    Kyoto Common Lisp (KCL) is free, but requires a license. Conforms to CLtL1.
  60.    KCL was written by T. Yuasa <yuasa@tutics.tut.ac.jp> and M. Hagiya
  61.    <hagiya@is.s.u-tokyo.ac.jp> at Kyoto University. Austin Kyoto Common Lisp
  62.    (AKCL) is a collection of ports, bug fixes and improvements to KCL
  63.    by Bill Schelter (<wfs@cli.com> or <wfs@rascal.ics.utexas.edu>). {A}KCL
  64.    generates C code which it compiles with the local C compiler. Both are
  65.    available by anonymous ftp from rascal.ics.utexas.edu [128.83.138.20],
  66.    ftp.cli.com [192.31.85.1], or [133.11.11.11] (a machine in Japan)
  67.    in the directory /pub. KCL is in the file kcl.tar, and AKCL is in the
  68.    file akcl-xxx.tar.Z (take the highest value of xxx).  To obtain KCL, one 
  69.    must first sign and mail a copy of the license agreement to: Special 
  70.    Interest Group in LISP, c/o Taiichi Yuasa, Department of Computer Science,
  71.    Toyohashi University of Technology, Toyohashi 441, JAPAN. Runs on Sparc,
  72.    IBM RT, RS/6000, DecStation 3100, hp300, hp800, Macintosh II (under AUX),
  73.    mp386, IBM PS2, Silicon Graphics 4d, Sun3, Sun4, Sequent Symmetry,
  74.    IBM 370, NeXT and Vax. A port to DOS is in beta test as
  75.    math.utexas.edu:pub/beta2.zip. Commercial versions of {A}KCL are available
  76.    from Austin Code Works, 11100 Leafwood Lane, Austin, TX 78750-3409,
  77.    Tel. 512-258-0785, Fax 512-258-1342, E-mail guthery@acw.com,
  78.    including a CLOS for AKCL. See also Ibuki, below.
  79.  
  80.    XLISP is free, and runs on the IBM PC (MSDOS), Amiga (AmigaDOS),
  81.    Atari ST (TOS), Apple Macintosh, and Unix. It should run on
  82.    anything with a C compiler.  It was written by David Michael Betz,
  83.    167 Villa Avenue #11, Los Gatos, CA 95032, 408-354-9303 (H), 
  84.    408-862-6325 (W), dbetz@apple.com. The reference manual was
  85.    written by Tim Mikkelsen. Version 2.0 is available by anonymous ftp from
  86.            cs.orst.edu:/pub/xlisp/ [128.193.32.1] or
  87.            sumex-aim.stanford.edu:info-mac/lang/
  88.    Version 2.1 is the same as XLISP 2.0, but modified to bring it closer
  89.    to Common Lisp and with several bugs fixed. It can be obtained by
  90.    anonymous ftp from
  91.            glia.biostr.washington.edu:/pub/xlisp      128.95.10.115
  92.            wasp.eng.ufl.edu:/pub                      128.227.116.1
  93.    as the files xlisp21e.zip and xlisp21e.tar.Z. The xlisp21e.zip file comes
  94.    with IBM/PC executables. A Macintosh port with a user-interface
  95.    similar to Apple's MCL is also available from the sites listed above. For
  96.    obtaining a copy through US mail, send email to Tom Almy,
  97.    toma@sail.labs.tek.com. A Windows version of the statistical
  98.    version of xlisp is available by anonymous ftp from
  99.    ftp.cica.indiana.edu:/util/ as wxlslib.zip.  
  100.  
  101.    CMU Common Lisp is free, and runs on Sparcs (Mach and SunOs),
  102.    DecStation 3100 (Mach), IBM RT (Mach) and requires 16mb RAM, 25mb
  103.    disk. It includes an incremental compiler, Hemlock emacs-style editor,
  104.    source-code level debugger, code profiler and is mostly X3J13
  105.    compatible, including the new loop macro.  It is available by anonymous
  106.    ftp from any CMU CS machine, such as ftp.cs.cmu.edu [128.2.206.173], in the
  107.    directory /afs/cs.cmu.edu/project/clisp/release. Login with username
  108.    "anonymous" and "userid@host" (your email address) as password. Due to
  109.    security restrictions on anonymous ftps (some of the superior
  110.    directories on the path are protected against outside access), it is
  111.    important to "cd" to the source directory with a single command.
  112.    Don't forget to put the ftp into binary mode before using "get" to
  113.    obtain the compressed/tarred files. The binary releases are
  114.    contained in files of the form
  115.                 <version>-<machine>_<os>.tar.Z
  116.    Other files in this directory of possible interest are
  117.    16f-source.tar.Z, which contains all the ".lisp" source files
  118.    used to build version 16f. A listing of the current contents of the
  119.    release area is in the file FILES. You may also use "dir" or "ls" to 
  120.    see what is available. Bug reports should be sent to cmucl-bugs@cs.cmu.edu.
  121.  
  122.    WCL is an implementation of Common Lisp for Sparc based workstations.
  123.    It is available free by anonymous ftp from sunrise.stanford.edu in the
  124.    pub/wcl directory. The file wcl-2.14.tar.Z contains the WCL
  125.    distribution, including CLX and PCL; wgdb-4.2.tar.Z contains a version
  126.    of the GDB debugger which has been modified to grok WCL's Lisp; and
  127.    gcc-2.1.tar.Z contains the GNU C compiler (2.2.2 does not work!).  WCL
  128.    provides a large subset of Common Lisp as a Unix shared library that
  129.    can be linked with Lisp and C code to produce efficient and small
  130.    applications.  WCL provides CLX R5 as a shared library, and comes with
  131.    PCL and a few other utilities.  For further information on WCL, see
  132.    the paper published in the proceedings of the 1992 Lisp and Functional
  133.    Programming Conference, a copy of which appears in the wcl directory
  134.    as lfp-paper.ps, or look in the documentation directory of the WCL
  135.    distribution. Written by Wade Hennessey <wade@sunrise.stanford.edu>. 
  136.    Please direct any questions to wcl@sunrise.stanford.edu.
  137.    If you would like to be added to a mailing list for information about
  138.    new releases, send email to wcl-request@sunrise.stanford.edu.
  139.  
  140.    CLISP is a Common Lisp (CLtL1) implementation by Bruno Haible of
  141.    Karlsruhe University and Michael Stoll of Munich University, both in
  142.    Germany. It runs on microcomputers (Atari ST, Amiga 500-4000, DOS,
  143.    OS/2) as well as on Unix workstations (Linux, Sun4, Sun386, HP9000/800,
  144.    Sun3, Solaris2, and others) and needs only 1.5 MB of RAM, only 1 MB on
  145.    Atari ST.  It is free software and may be distributed under the terms
  146.    of GNU GPL.  German and English versions are available, French coming
  147.    soon.  CLISP includes an interpreter, a compiler and, for some
  148.    machines, a screen editor. Packages running in CLISP include PCL and,
  149.    on Unix machines, CLX.  Available by anonymous ftp from
  150.    ma2s2.mathematik.uni-karlsruhe.de [129.13.115.2] in the directory
  151.    /pub/lisp/clisp. For more information, contact Bruno Haible
  152.    <haible@ma2s2.mathematik.uni-karlsruhe.de>.
  153.  
  154.    RefLisp is a small Lisp interpreter. Versions exist for MS-DOS and
  155.    UNIX (AIX). The MS-DOS version supports CGA/EGA/VGA graphics and the
  156.    Microsoft Mouse. The interpreter is a shallow-binding (i.e.,
  157.    everything has dynamic scope), reference counting design making it
  158.    suitable for experimenting with real-time and graphic user interface
  159.    programming. Common Lisp compatibility macros are provided, and most
  160.    of the examples in "Lisp" by Winston & Horn have been run on RefLisp.
  161.    RefLisp makes no distinction between symbol-values and
  162.    function-values, so a symbol can be either but not both.  RefLisp
  163.    comes with an ASCII manual and many demonstration programs, including
  164.    an analogue clock which never stops for garbage collection.  It is
  165.    written in ANSI C and is in the public domain. Source and binaries are
  166.    available in the Lisp Utilities repository by anonymous ftp from
  167.    ftp.cs.cmu.edu in the directory
  168.      /afs/cs.cmu.edu/user/mkant/Public/Lisp/implementations/reflisp/ 
  169.    as the files reflisp1_3, reflisp2_3, reflisp3_3 and reflisp_README.
  170.    For further information, send email to the author Bill Birch
  171.    <B.Birch@uk03.bull.co.uk>. 
  172.  
  173. ----------------------------------------------------------------
  174. Subject: [4-1]   Commercial Common Lisp implementations.
  175.  
  176.    Macintosh Common Lisp (MCL 2.0) runs on the Apple Macintosh (Mac+ or
  177.    higher with 4mb RAM and system software 6.0.4 or later or AUX 3.0) and
  178.    is available from APDA for $495. It includes a native CLOS Macintosh
  179.    Toolbox/interface toolkit, ephemeral garbage collection, incremental
  180.    compiler, window-based debugger, source-code stepper, object
  181.    inspector, emacs-style editor, and a foreign function interface.
  182.    Bug reports should be sent to bug-mcl@cambridge.apple.com. With
  183.    MCL version 2.0, Apple has started distributing a CD-ROM which
  184.    contains, among other things, a large collection of Lisp code,
  185.    complete MCL manuals in an online-browser format, the CLIM 1.0 manual
  186.    in TeX and postscript, and copies of Gambit 1.8 Scheme, SIOD 2.8
  187.    Scheme, Pixie Scheme, and a demo version of MacScheme. For more
  188.    information, write to: APDA, Apple Computer Inc., 20525 Mariani
  189.    Avenue, MS 33-G, Cupertino, CA 95014-6299 or call toll free
  190.    1-800-282-2732 (US), 1-800-637-0029 (Canada), 1-408-562-3910. Their
  191.    fax number is 1-408-562-3971 and their telex is 171-576. Email may
  192.    also be sent to APDA@applelink.apple.com.  CLIM for MCL is available
  193.    for $495 as a separate product from Lucid, Inc., 707 Laurel Street,
  194.    Menlo Park, CA 94025 U.S.A., 415-329-8400, fax: 415-329-8480,
  195.    <sales@lucid.com>.
  196.    
  197.    Procyon Common Lisp runs on either the Apple Macintosh or IBM PC (386/486
  198.    or OS/2 native mode), costing 450 pounds sterling ($675) educational,
  199.    1500 pounds ($2250) commercial. It requires 2.5mb RAM on the Macintosh
  200.    and 4mb RAM on PCs (4mb and more than 4mb recommended respectively).  It
  201.    is a full graphical environment, and includes a native CLOS with
  202.    meta-object protocol, incremental compilation, foreign function
  203.    interface, object inspector, text and structure editors, and debugger.
  204.    Write to: Scientia Ltd., St. John's Innovation Centre, Cowley Road,
  205.    Cambridge, CB4 4WS, UK, with phone +44-223-421221, fax +44-223-421218,
  206.    and email UK0061@applelink.apple.com. An alternate address for US
  207.    customers is: ExperTelligence, Inc., 5638 Hollister Ave, Suite 302,
  208.    Goleta, CA 93117, or call 805-962-2558. Their fax is 805-964-8448 
  209.    and email is D2042@applelink.apple.com. [The rights to the
  210.    MS Windows version of Procyon were sold to Franz who are marketing and
  211.    developing it as Allegro CL\PC. See Allegro's entry for more
  212.    information.]
  213.  
  214.    Allegro Common Lisp 4.1 runs on a variety of platforms, including
  215.    Sparcs, RS6000, HP700, Silicon Graphics, DecStation (prices start at
  216.    $4,500) and NeXT ($2,000). It requires 12mb RAM for the 680x0 and 16mb
  217.    for RISC. It includes native CLOS, X-windows support, Unix interface,
  218.    incremental compilation, generational garbage collection, and a
  219.    foreign function interface.  Options include Allegro Composer
  220.    (development environment, including debugger, inspector, object
  221.    browser, time/space code profiler, and a graphical user interface,
  222.    $1,500), Common LISP Interface Manager (CLIM 2.0 is a portable
  223.    high-level user interface management system.  CLIM 2.0 for Allegro
  224.    CL supports both Motif and Openlook, $1,000) and Allegro CLIP
  225.    (a parallel version of Lisp for the Sequent).  Franz also markets
  226.    Allegro CL\PC for Windows 3.1 for an introductory price of $595 (due
  227.    to increase to $995 on July 1, 1993).  Allegro CL\PC provides 32-bit
  228.    compilation, complete CLOS, an integrated development environment,
  229.    interface to the Windows API, DLL support, and free runtime delivery.
  230.    Write to: Franz Inc., 1995 University Avenue, Berkeley, CA 94704 or
  231.    call 1-800-333-7260, 510-548-3600, fax 510-548-8253, telex 340179
  232.    WUPUBTLXSFO. Bug reports can be mailed to bugs@franz.com.  Questions
  233.    about Franz Inc. products (e.g., current and special pricing) can be
  234.    sent to info@franz.com. To receive Franz Flash, Franz's electronic
  235.    newsletter, send mail to flash@franz.com.
  236.  
  237.    Ibuki Common Lisp is a commercialized and improved version of Kyoto
  238.    Common Lisp. It runs on over 30 platforms, including Sun3, Sparc, Dec
  239.    (Ultrix), Apollo, HP 9000, IBM RS/6000, Silicon Graphics and IBM PCs.
  240.    It includes an incremental compiler, interpreter, foreign function
  241.    interface. It generates C code from the Lisp and compiles it using the
  242.    local C compiler.  Image size is about 3mb. Cost is $2800 (workstations),
  243.    $3500 (servers), $700 (IBM PCs). Supports CLOS and CLX ($200 extra). 
  244.    Source code is available at twice the cost. Ibuki now also has a product 
  245.    called CONS which compiles Lisp functions into linkable Unix libraries.
  246.    Write to: Ibuki Inc., PO Box 1627, Los Altos, CA 94022, or call
  247.    415-961-4996, fax 415-961-8016, or send email to Richard Weyhrauch, 
  248.    rww@ibuki.com or support@ibuki.com.
  249.  
  250.    Lucid Common Lisp runs on a variety of platforms, including PCs (AIX),
  251.    Apollo, HP, Sun-3, Sparc, IBM RT, IBM RS/6000, Decstation 3100,
  252.    Silicon Graphics, and Vax, and costs $2500 (IBM PCs), $4400 (other
  253.    platforms). Lucid includes native CLOS, a foreign function interface,
  254.    and generational garbage collection.  CLIM is available for Lucid as
  255.    a separate product. Write to Lucid Inc., 707 Laurel Street, Menlo Park,
  256.    CA 94025, call toll free 800-225-1386 (or 800-843-4204), 415-329-8400,
  257.    fax 415-329-8480, or email to sales@lucid.com for information on pricing, 
  258.    product availability, etc. Technical questions may be addressed to
  259.    customer-support@lucid.com. See also the comments in question [1-2]
  260.    on the wizards.doc file that comes with the release.
  261.  
  262.    Medley is a Common Lisp development environment that includes a native
  263.    CLOS w/MOP, window toolkit, window-based debugger, incremental
  264.    compiler, structure editor, inspectors, stepper, cross-referencer,
  265.    code analysis tools, and browsers. It is the successor to InterLisp-D.
  266.    It runs on a variety of platforms, including Suns, DecStations,
  267.    386/486s, IBM RS/6000, MIPS, HP, and Xerox 1186. Medley also runs
  268.    under DOS and will shortly be available on the Macintosh too.
  269.    Developer version costs $995 and run-time version $300.
  270.    Instructional costs $250/copy or $1250 site license.  Write to: Venue,
  271.    1549 Industrial Rd, San Carlos, CA 94070, call 800-228-5325,
  272.    415-508-9672, fax 415-508-9770, or email
  273.    aisupport.mv@envos.xerox.com.
  274.  
  275.    Golden Common Lisp (GCLisp) runs on IBM PCs under DOS and Windows,
  276.    costing $2,000 ($250 extra for Gold Hill Windows), and includes an
  277.    incremental compiler, foreign function interface, interactive
  278.    debugger, and emacs-like editor. It supports DDE and other Windows
  279.    stuff, and is CLtL1 compatible.  Supports PCL. It requires 4mb RAM,
  280.    and 12mb disk. See a review in PC-WEEK 4/1/91 comparing GCLisp with
  281.    an older version of MCL.  Write to: Gold Hill Computers, 26 Landsdowne
  282.    Street, Cambridge, MA 02139, call 617-621-3300, or fax 617-621-0656.
  283.  
  284.    Star Sapphire Common LISP provides a subset of Common Lisp and includes
  285.    an emacs-like editor, compiler, debugger, DOS graphics and CLOS. It
  286.    runs on IBM PCs (MSDOS), requires 640k RAM, a hard disk, and costs $100.  
  287.    Write to: Sapiens Software Corporation, PO Box 3365,
  288.    Santa Cruz, CA 95063-3365, call 408-458-1990, or fax 408-425-0905/9220.
  289.    Copies may also be ordered from the Programmers' shop at 800-421-8006. 
  290.    Sapiens Software also has a Lisp-to-C translator in beta-test.
  291.  
  292.    NanoLISP is a Lisp interpreter for DOS systems that supports a
  293.    large subset of the Common Lisp standard, including lexical and
  294.    dynamic scoping, four lambda-list keywords, closures, local functions,
  295.    macros, output formatting, generic sequence functions, transcendental
  296.    functions, 2-d arrays, bit-arrays, sequences, streams, characters
  297.    double-floats, hash-tables and structures. Runs in DOS 2.1 or higher,
  298.    requiring only 384k of RAM. Cost is $100. Write to: Microcomputer Systems
  299.    Consultants, PO Box 6646, Santa Barbara, CA 93160 or call 805-967-2270.
  300.  
  301.    Software Engineer is a Lisp for Windows that creates small stand-alone
  302.    executables. It is a subset of Common Lisp, but includes CLOS. It
  303.    requires 2mb RAM, but can use up to 16mb of memory, generating 286
  304.    specific code. It costs $250.  Write to: Raindrop Software, 833
  305.    Arapaho Road, Suite 104, Richardson, TX 75081, call 214-234-2611, 
  306.    fax 214-234-2674, or send email to 70632.3126@compuserve.com.
  307.  
  308.    muLISP-90 is a small Lisp which runs on IBM PCs (or the HP 95LX
  309.    palmtop), MS-DOS version 2.1 or later. It isn't Common Lisp, although
  310.    there is a Common Lisp compatibility package which augments muLISP-90
  311.    with over 450 Common Lisp special forms, macros, functions and control
  312.    variables. Includes a screen-oriented editor and debugger, a window
  313.    manager, an interpreter and a compiler. Among the example programs is
  314.    DOCTOR, an Eliza-like program. The runtime system allows one to create
  315.    small EXE or COM executables. Uses a compact internal representation
  316.    of code to minimize space requirements and speed up execution. The
  317.    kernel takes up only 50k of space. Costs $400. Write to Soft
  318.    Warehouse, Inc., 3660 Waialae Avenue, Suite 304, Honolulu, HI
  319.    96816-3236, call 808-734-5801, or fax 808-735-1105.
  320.  
  321.    CLOE (Common Lisp Operating Environment) is a cross-development
  322.    environment for IBM PCs (MSDOS) and Symbolics Genera. It includes
  323.    CLOS, condition error system, generational garbage collection,
  324.    incremental compilation, code time/space profiling, and a stack-frame
  325.    debugger. It costs from $625 to $4000 and requires 4-8mn RAM and a 386
  326.    processor.  Write to: Symbolics, 6 New England Tech Center, 
  327.    521 Virginia Road, Concord, MA 01742, call 1-800-394-5522 or 
  328.    508-287-1000 or fax 508-287-1099. 
  329.  
  330.    Top Level Common Lisp includes futures, a debugger, tracer, stepper,
  331.    foreign function interface and object inspector.  It runs on Unix
  332.    platforms, requiring 8mb RAM, and costs $687.  Write to: Top Level,
  333.    100 University Drive, Amherst, MA 01002, call (413) 549-4455, or fax
  334.    (413) 549-4910.
  335.  
  336.    Harlequin Lispworks runs on a variety of Unix platforms, including
  337.    Sun3/Sun4, Sparc, RS/6000, DEC/MIPS, Intergraph C300 and C400, HP400,
  338.    HP700, and Sparc clones. A cross compiler is available that will
  339.    produce run-time images that run on 386/486 DOS/Window 3.1 platforms.
  340.    It is a full graphical Common Lisp environment, with a fully
  341.    implemented Prolog compiler and SQL interface.
  342.    Common Lisp: CLtL2 compatible, native CLOS/MOP, generational GC,
  343.         Fortran/C/C++ interface.
  344.    Environment : Prolog, Emacs-like editor/listener/shell, defadvice,
  345.         defsystem, cross-referencing, lightweight processes,
  346.         debugger, mail reader, extensible hypertext online doc, LALR
  347.         parser generator.
  348.    Browsers/graphers: files, objects, classes, generic functions,
  349.         source code systems, specials, compilation warnings.
  350.    Graphics: CLX, CLUE, Toolkit, CLIM, Open Look, Motif, interface
  351.         builder, program visualization.
  352.    Integrated Products: KnowledgeWorks (RETE engine)
  353.    Write to: Harlequin Inc. One Cambridge Center, Cambridge, MA 02142,
  354.    call 800-967-5749 (617-252-0052), fax 617-252-6505 or send email to
  355.    works@harlequin.com or sm@harlequin.com or lou@harlequin.com.
  356.    European customers should write to Harlequin Limited, Barrington Hall,
  357.    Barrington, Cambridge, CB2 5RG, call 0223-872-522 (or 44-223-872-522
  358.    outside UK), telex 818440 harlqn g, fax 0223-872-519, or send email
  359.    to ai@harlqn.co.uk or works@harlqn.co.uk ("harlqn" and "harlequin"
  360.    should be interchangeable). Further information on
  361.    Harlequin's Lisp products may be obtained by sending mail to
  362.    lispworks-request@harlequin.co.uk or lispworks-request@harlequin.com.
  363.  
  364.    Lisp-to-C Translator translates Common Lisp into C, but requires that
  365.    you specify when and where you'd like your garbage to be collected.
  366.    Works with Lucid, Symbolics, Allegro, Harlequin and MCL. It costs $12,000.
  367.    Write to: Chestnut Software, Inc., 2 Park Plaza, Suite 205, Boston,
  368.    MA, 02116, call 617-542-9222, or fax 617-542-9220. 
  369.  
  370.    Poplog Common Lisp is an integrated Lisp/Prolog environment with an
  371.    incremental compiler. It runs on a variety of platforms, including
  372.    Unix ($749), Sparc ($4500), Macintosh AUX ($749), and VAX/VMS
  373.    ($4500). There are no run-time fees. Write to: Computable Functions, Inc., 
  374.    35 South Orchard Drive, Amherst, MA 01002, call 413-253-7637, or fax
  375.    413-545-1249. 
  376.  
  377. Lisps which run on special-purpose hardware (Lisp Machines) include
  378.    o  Symbolics           1-800-394-5522 (508-287-1000)   fax 508-287-1099
  379.       6 New England Tech Center, 521 Virginia Road, Concord MA 01742
  380.    o  TI Explorers
  381.    o  Xerox Interlisp.    See Medley above.
  382.  
  383. ----------------------------------------------------------------
  384. Subject: [4-2] Scheme Implementations
  385.  
  386. Scheme implementations are listed in the Scheme FAQ posting,
  387.  
  388. Free Scheme implementations include PC-Scheme, PCS/Geneva, MIT Scheme (aka
  389. C-Scheme), SCM, Hobbit, Gambit, T, Oaklisp, Elk, Scheme->C, SIOD
  390. (Scheme in One Defun), XScheme, Fools' Lisp, Scheme48, UMB Scheme,
  391. VSCM, Pixie Scheme, HELP (a lazy Scheme), Similix, FDU Scheme,
  392. PseudoScheme, Scheme84 and Scheme88.
  393.  
  394. Commercial Scheme implementations include Chez Scheme, MacScheme, and EdScheme.
  395.  
  396. Of the free Scheme implementations, the following are implemented in Lisp:  
  397.  
  398.    Peter Norvig's book "Paradigms of AI Programming" has a chapters about
  399.    Scheme interpreters and compilers, both written in Common Lisp. The
  400.    software from the book is available by anonymous ftp from
  401.    unix.sri.com:pub/norvig and on disk in Macintosh or DOS format from
  402.    the publisher, Morgan Kaufmann.  For more information, contact: Morgan
  403.    Kaufmann, Dept. P1, 2929 Campus Drive, Suite 260, San Mateo CA 94403,
  404.    or call Toll free tel: (800) 745-7323; FAX: (415) 578-0672
  405.  
  406.    PseudoScheme is available free by anonymous ftp from
  407.    altdorf.ai.mit.edu:/archive/pseudo/pseudo-2-8.tar.Z. It is Scheme
  408.    implemented on top of Common Lisp, and runs in Lucid, Symbolics CL,
  409.    VAX Lisp under VMS, and Explorer CL. It should be easy to port to
  410.    other Lisps. It was written by Jonathan Rees (jar@altdorf.ai.mit.edu,
  411.    jar@cs.cornell.edu). Send mail to info-clscheme-request@mc.lcs.mit.edu
  412.    to be put on a mailing list for announcements. Conforms to R3RS except
  413.    for lacking a correct implementation of call/cc. It works by running
  414.    the Scheme code through a preprocessor, which generates Common Lisp code.
  415.  
  416.    Scheme84 is in the public domain, and available by mail from Indiana
  417.    University. It runs on the VAX in Franz Lisp under either VMS or BSD Unix.
  418.    To receive a copy, send a tape and return postage to: Scheme84
  419.    Distribution, Nancy Garrett, c/o Dan Friedman, Department of Computer
  420.    Science, Indiana University, Bloomington, Indiana. Call 1-812-335-9770
  421.    or send mail to nlg@indiana.edu for more information.
  422.  
  423.    Scheme88 is available by anonymous ftp from rice.edu:public/scheme88.sh
  424.    and also from the Scheme Repository.
  425.  
  426. ----------------------------------------------------------------
  427. Subject: [4-4]   Free Implementations of Other Lisp Dialects
  428.  
  429.    PC LISP is a Lisp interpreter for IBM PCs (MSDOS) available from any
  430.    site that archives the group comp.binaries.ibm.pc, such as
  431.    ix1.cc.utexas.edu:/microlib/pc/languages/pc-lisp/ps-lisp.arc
  432.    wuarchive.wustl.edu:/mirrors/msdos/lisp/pclisp30.zip 
  433.    ucdavis.ucdavis.edu:/pub/pclisp30.zip
  434.    PC-LISP is a Franz LISP dialect and is by no means Common LISP
  435.    compatible. It is also available directly from the author by sending
  436.    2 blank UNFORMATTED 360K 48TPI IBM PC diskettes, a mailer and
  437.    postage to: Peter Ashwood-Smith, 8 Du Muguet, Hull, Quebec, CANADA,
  438.    J9A-2L8; phone 819-595-9032 (home). Source code is available from the
  439.    author for $15.
  440.  
  441.    Feel (Free and Eventually Eulisp) is an initial implementation of the
  442.    EuLisp language. It can be retrieved by anonymous FTP from
  443.    ftp.bath.ac.uk in the directory /pub/eulisp/ as the file
  444.    feel-0.75.tar.Z. feel-0.75.sun4.Z is the Sparc executable. The
  445.    EuLisp language definition is in the same directory.  Feel is also available
  446.    from gmdzi.gmd.de [129.26.8.90] in the /lang/lisp/eulisp directory.
  447.    It includes an integrated object system, a module system, and support
  448.    for parallelism. EuLisp is sort of like an extended Scheme.  The
  449.    program is a C-based interpreter, and a bytecode interpreter/compiler
  450.    will be available sometime soon.  The distribution includes an
  451.    interface to the PVM library, support for TCP/IP sockets, and
  452.    libraries for futures, Linda, and CSP.  Feel is known to run on Sun3,
  453.    Sun4, Stardent Titan, Alliant Concentrix 2800, Orion clippers, DEC
  454.    VAX, DECstation 3000, Gould UTX/32, and Inmos T800 transputer (using
  455.    CS-Tools). (All bar the last four have a threads mechanism.) It can
  456.    run in multi-process mode on the first three machines, and hopefully
  457.    any other SysV-like machine with shared memory primitives. Porting
  458.    Feel to new machines is reasonably straightforward. It now also runs
  459.    on MS-DOS machines.  Written by Pete Broadbery <pab@maths.bath.ac.uk>.
  460.  
  461. ----------------------------------------------------------------
  462. Subject: [4-5]   Commercial Implementations of Other Lisp Dialects
  463.  
  464.    Franz Lisp 2.0 runs on the Apple Macintosh, requiring 1mb RAM for the
  465.    interpreter ($99) and 2.5mb RAM for the compiler ($199).  Student prices
  466.    are $60 for the interpreter and $110 for the interpreter and compiler.
  467.    Includes editor and language reference manual. Complete sources are
  468.    available for $649. The ALJABR symbolic mathematics system costs $249.
  469.    Write to:  Fort Pond Research, 15 Fort Pond Road, Acton, MA 01720,
  470.    call 1-508-263-9692, or send mail to order@fpr.com.
  471.  
  472.    Le-Lisp includes a compiler, color and graphic output, a debugger, a
  473.    pretty printer, performance analysis tools, tracing, and incremental
  474.    execution. Le-Lisp currently runs on Unix, VMS, and Windows 3.1.  Note
  475.    that Le-Lisp is neither Common Lisp nor Scheme.  Le-Lisp was
  476.    originally developed in 1980 at Inria, the French national computer
  477.    science laboratory, by a team led by Jerome Chailloux for work on VLSI
  478.    design. It was based on several earlier Lisps in the MacLisp family,
  479.    but was not directly derived from MacLisp.  Le-Lisp enjoyed a large
  480.    success in the French academic world because it was small, fast, and
  481.    portable, being based on a abstract machine language called LLM3.  In
  482.    1983, for example, Le-Lisp ran on Z-80 machines running CP/M. In 1987,
  483.    Ilog was formed as an offshoot of Inria to commercialize and improve
  484.    Le-Lisp and several products which had been developed with it,
  485.    including a portable graphic interface system and an expert system
  486.    shell.  Since then, Ilog has continued to grow and expand the use of
  487.    Le-Lisp into industrial markets around the world.  Ilog is the largest
  488.    European Lisp vendor, and continues to develop new products and
  489.    markets for Lisp.  In 1992, Ilog released the next major version of
  490.    Le-Lisp, Le-Lisp version 16.  This version modernizes Le-Lisp for use
  491.    in the industrial world, adding lexical closures and
  492.    special-form-based semantics for static analysis, a new object system
  493.    based on the EuLisp object system (TELOS), an enhanced module system
  494.    for application production, a conservative GC for integration with C
  495.    and C++, and compilation to C for portability and efficiency on a wide
  496.    range of processors.  For pricing and other information, write to
  497.    ILOG, 2 Avenue Gallieni, BP 85, 94253 Gentilly Cedex, France, call
  498.    33-1-46-63-66-66, fax 33-1-46-63-15-82, or send email to Jerome
  499.    Chailloux (chaillou@ilog.fr).
  500.  
  501.    Clisp is a library of functions which extends the C programming
  502.    language to include some of the functionality of Lisp. Costs $349.
  503.    Write to Drasch Computer Software, 187 Slade Road, Ashford, CT 06278, 
  504.    or call or fax 203-429-3817.
  505.  
  506.    Two references in Dr. Dobb's journal on Lisp-style libraries for C
  507.    are: Douglas Chubb, "An Improved Lisp-Style Library for C", Dr. Dobb's
  508.    Jounral #192, September 1992, and Daniel Ozick, "A Lisp-Style Library
  509.    for C", Dr. Dobb's Journal #179:36-48, August 1991. Source is available by
  510.    ftp from various archives, including wuarchive.wustl.edu (MSDOSDDJMAG),
  511.    or ftp.mv.com:/pub/ddj, or the DDJ Forum on Compuserve.
  512.  
  513.  
  514. Other Lisps for PCs include: 
  515.  
  516.    o  UO-LISP from Calcode Systems, e-mail:calcode!marti@rand.org
  517.       It comes complete with compiler and interpreter, and is optimised for
  518.       large programs.  It is Standard LISP, not Common LISP. They are based
  519.       in Amoroso Place in Venice, CA. 
  520.  
  521.    o  LISP/88 v1.0. Gotten from Norell Data Systems, 3400 Wilshire Blvd,
  522.       Los Angeles, CA 90010, in 1983. They may or may not still exist. 
  523.  
  524.    o  IQLisp. Not a Common Lisp but still very good for PCs - you can
  525.       actually get a lot done in 640K.  The lisp itself runs in less than
  526.       128K and every cons cell takes only 6 bytes.  Unfortunately that
  527.       makes the 640K (maybe a little more, but certainly no more than 1M)
  528.       limit really hard. It has a byte code compiler which costs extra. 
  529.       This has support for all sorts of PC specific things.
  530.       It costs $175 w/o compiler, $275 with. 
  531.       Write to: Integral Quality, Box 31970, Seattle, WA 98103,
  532.       call Bob Rorschach, (206) 527-2918 or email rfr@franz.com. 
  533.  
  534. ----------------------------------------------------------------
  535. Subject: [4-6] What is Dylan?
  536.  
  537. Dylan is a new Object-Oriented Dynamic Language (OODL), based on
  538. Scheme, CLOS, and Smalltalk.  The purpose of the language is to retain
  539. the benefits of OODLs and also allow efficient application delivery.
  540. The design stressed keeping Dylan small and consistent, while allowing
  541. a high degree of expressiveness. Dylan is consistently object-oriented;
  542. it is not a procedural language with an object-oriented extension. A
  543. manual/specification for the language is available from Apple Computer.
  544. Send email to dylan-manual-request@cambridge.apple.com or write to
  545. Apple Computer, 1 Main Street, Cambridge, MA 02142.  Include your
  546. complete address and also a phone number (the phone number is
  547. especially important for anyone outside the US). Comments on Dylan can
  548. be sent to the internet mail address dylan-comments@cambridge.apple.com.
  549.  
  550. The mailing list info-dylan@cambridge.apple.com is for any and all
  551. discussions of Dylan, including language design issues, implementation
  552. issues, marketing issues, syntax issues, etc. The mailing list
  553. announce-dylan@cambridge.apple.com is for major announcements about
  554. Dylan, such as the availability of new implementations, new versions
  555. of the manual, etc.  This mailing list should be *much* lower volume
  556. than info-dylan.  Everything sent to this list is also sent to
  557. info-dylan.  The mailing list dylan-builders@cambridge.apple.com is
  558. for people who are working on Dylan implementations. (To be added to
  559. dylan-builders, send a note describing your implementation plans to
  560. dylan-builders-request.) The newsgroup comp.lang.dylan is
  561. gatewayed to the info-dylan mailing list. 
  562.  
  563. Send mail to the -request version of the list to be added to it.
  564. You can also send an email message to majordomo@cambridge.apple.com
  565. with "subscribe info-dylan" or "unsubscribe info-dylan" in the body,
  566. and likewise for the other lists, mutatis mutandis.
  567.  
  568. Apple hasn't announced plans to release Dylan as a product.  
  569.  
  570. The directory cambridge.apple.com:pub/dylan contains some documents
  571. pertaining to Dylan, including a FAQ list.
  572.  
  573. ========
  574.  
  575. Thomas is a compiler for a language that is compatible with the
  576. language described in the book "Dylan(TM) an object-oriented dynamic
  577. language" by Apple Computer Eastern Research and Technology, April
  578. 1992. Thomas was written at Digital Equipment Corporation's Cambridge
  579. Research Laboratory. Thomas is NOT Dylan(TM) and was built with no
  580. direct input, aid, assistance or discussion with Apple.
  581.  
  582. Thomas is available to the public by anonymous ftp at
  583.        crl.dec.com:pub/DEC/Thomas
  584.        gatekeeper.pa.dec.com:pub/DEC/Thomas
  585.        altdorf.ai.mit.edu:archive/Thomas
  586.  
  587. The Thomas system is written in Scheme and runs under MIT's CScheme,
  588. DEC's Scheme->C, and Marc Feeley's Gambit.  It can run on a wide range
  589. of machines including the Macintosh, PC compatibles, Vax, MIPS, Alpha,
  590. and 680x0.  Thomas generates IEEE compatible Scheme code.
  591.  
  592. A ready-made version of Thomas 1.1 interpreter built upon MacGambit
  593. 2.0 as a double-clickable Macintosh application is available by
  594. anonymous ftp from cambridge.apple.com:/pub/dylan/gambit/ as
  595. the file thomas-1.1-interp.hqx.
  596.  
  597. For discussion of Thomas, send a note to
  598.    info-thomas-request@crl.dec.com 
  599. to be added to the mailing list. 
  600.  
  601. DEC CRL's goals in building Thomas were to learn about Dylan by
  602. building an implementation, and to build a system they could use to
  603. write small Dylan programs. As such, Thomas has no optimizations of
  604. any kind and does not perform well. 
  605.  
  606. The original development team consisted of:
  607.           Matt Birkholz (Birkholz@crl.dec.com)
  608.           Jim Miller (JMiller@crl.dec.com)
  609.           Ron Weiss (RWeiss@crl.dec.com)
  610. In addition, Joel Bartlett (Bartlett@wrl.dec.com), Marc Feeley
  611. (Feeley@iro.umontreal.ca), Guillermo Rozas (Jinx@zurich.ai.mit.edu)
  612. and Ralph Swick (Swick@crl.dec.com) contributed time and energy to the
  613. initial release.
  614.  
  615. ----------------------------------------------------------------
  616. Subject: [4-7] What is Pearl Common Lisp?
  617.  
  618. When Apple Computer acquired Coral Software in January 1989, they
  619. re-released Coral's Allegro Common Lisp and its optional modules as
  620. Macintosh Allegro Common Lisp (now just Macintosh Common Lisp).
  621. Coral's other product, Pearl Lisp, was discontinued at that time.
  622. Pearl Lisp provides a subset of the functionality of MACL 1.3 and is
  623. not even fully CLtL1-compatible (e.g., the implementation of defstruct is
  624. different).
  625.  
  626. Despite rumors to the contrary, Pearl Lisp is not and never was public
  627. domain. Nevertheless, Pearl Lisp and its documentation were placed in
  628. the "Moof:Goodies:Pearl Lisp" folder on the first pressing of "Phil
  629. and Dave's Excellent CD", the precursor to the current Apple
  630. Developer's CD-ROM series.  Apple removed Pearl from later versions of
  631. the developer CD-ROM distribution because of complaints from other
  632. Lisp vendors. If you own a copy of Pearl Lisp or a copy of this
  633. CD-ROM, you can make it runnable under System 7 with some slight
  634. modifications using ResEdit.  To repeat, Pearl Lisp is NOT public
  635. domain, so you must own a copy to use it.
  636.  
  637. To make it runnable, one needs to use ResEdit to make changes to the
  638. BNDL and FREF resources so that it will connect to its icons properly.
  639. This will make it respond to double-clicks in the normal manner and
  640. make it be properly linked to its files. Detailed instructions for
  641. modifying Pearl Lisp using ResEdit may be obtained from the Lisp
  642. Utilities Repository by anonymous ftp from ftp.cs.cmu.edu in the
  643. directory 
  644.         /afs/cs.cmu.edu/user/mkant/Public/Lisp/implementations/
  645. as the file pearl-instructions.text.
  646.  
  647. After you've made the changes, it will run under System 7 on 68000s
  648. and 68030s if you turn off 32-bit addressing. It seems to bomb on a
  649. Quadra.
  650.  
  651. If you need a more powerful Lisp or one that is compatible with the
  652. standard for Common Lisp, consider purchasing Macintosh Common Lisp.
  653.  
  654. ----------------------------------------------------------------
  655. Subject: [4-9] What Lisp-related discussion groups and mailing lists exist?
  656.      
  657. Before posting to any discussion group, please read the rest
  658. of this FAQ, to make sure your question isn't already answered. 
  659.  
  660. Scheme-related mailing lists and newsgroups are listed in the Scheme
  661. FAQ, and AI-related mailing lists and newsgroups are listed in the AI FAQ.
  662.      
  663. First of all, there are several Lisp-related newsgroups:
  664.    comp.lang.lisp          General Lisp-related discussions.
  665.                            See below for archive information.
  666.    comp.lang.clos          Discussion related to CLOS, PCL, and
  667.                            object-oriented programming in Lisp.
  668.                            Gatewayed to commonloops@cis.ohio-state.edu.
  669.                            (or equivalently, comp.lang.clos@cis.ohio-state.edu)
  670.                            See below for info on the newsgroup's archives.
  671.    comp.lang.lisp.mcl      Discussions related to Macintosh
  672.                            Common Lisp. This newsgroup is gatewayed
  673.                            to the info-mcl@cambridge.apple.com
  674.                            mailing list and archived on cambridge.apple.com.
  675.    comp.lang.lisp.franz    Discussion of Franz Lisp, a dialect of Lisp.
  676.                            (Note: *not* Franz Inc's Allegro.)
  677.    comp.lang.lisp.x        Discussion of XLISP, a dialect of Lisp, and XScheme.
  678.    comp.sys.xerox          Discussions related to using Medley (name exists
  679.                            for historical reasons, and is likely to change
  680.                            soon). Gatewayed to the info-1100 mailing list.
  681.    comp.sys.ti.explorer       TI Explorers Lisp machines.
  682.    comp.windows.garnet     Garnet, a Lisp-based GUI.
  683.    comp.ai and subgroups   General AI-related dicusssion.
  684.  
  685.  
  686. The newsgroup comp.lang.lisp is archived on ftp.gmd.de by month, from
  687. 1989 onward in /usenet/comp.lang.lisp. Individual files are in rnews
  688. format. (They contain articles prefixed by a header line "#! rnews
  689. <nchars> archive" where <nchars> is the number of characters in the
  690. article following the header. That format is convenient for various
  691. news processing programs (e.g.  relaynews) and is rather easy to
  692. process from a lisp program too.)  A copy of the GMD archives for
  693. comp.lang.lisp is available on cambridge.apple.com:pub/comp.lang.lisp.
  694.  
  695.  
  696. We list several mailing lists below. In general, to be added to
  697. a mailing list, send mail to the "-request" version of the address.
  698. This avoids flooding the mailing list with annoying and trivial
  699. administrative requests. [To subscribe to info-mcl, info-dylan, or
  700. other mailing lists based at cambridge.apple.com, send a message to
  701. majordomo@cambridge.apple.com with "subscribe <list_name>" in the
  702. message body. Likewise use "unsubscribe <list_name>" to cancel your
  703. subscription and "help" to get help.]
  704.  
  705. General Lisp Mailing Lists:
  706.  
  707.    common-lisp@ai.sri.com          Technical discussion of Common Lisp.
  708.    lisp-utilities@cs.cmu.edu       Low volume moderated mailing list
  709.                    associated with the Lisp Utilities 
  710.                    Repository at CMU. (Also known as
  711.                                    cl-utilities@cs.cmu.edu)
  712.    lisp-faq@think.com              A mailing list concerning the contents
  713.                                    of this FAQ posting.
  714.  
  715. Particular Flavors of Lisp:
  716.  
  717.    info-mcl@cambridge.apple.com    Macintosh Common Lisp. Gatewayed
  718.                                    to the comp.lang.lisp.mcl newsgroup.
  719.    info-mcl-digest@cambridge.apple.com  Automatically generated digest format
  720.                        version of the info-mcl mailing list.
  721.  
  722.    cmucl-bugs@cs.cmu.edu           CMU Common Lisp bug reports
  723.  
  724.    slug@ai.sri.com                 Symbolics Lisp Users Group
  725.                    Archived on warbucks.ai.sri.com.
  726.  
  727.    allegro-cl@ucbvax.berkeley.edu  Franz Allegro Common Lisp
  728.  
  729.    kcl@cli.com                     Kyoto Common Lisp 
  730.                                    Archived in ftp.cli.com:pub/kcl/kcl-mail-archive
  731.    kcl@rascal.ics.utexas.edu       Forwards to kcl@cli.com.
  732.  
  733.    lispworks@harlqn.co.uk          LispWorks
  734.  
  735.    clisp-list@ma2s2.mathematik.uni-karlsruhe.de   CLISP
  736.     To subscribe, send mail to listserv@ma2s2.mathematik.uni-karlsruhe.de
  737.     with "subscribe clisp-list <your full name>" in the message body.
  738.         Use "help" to get a help message back and "unsubscribe clisp-list"
  739.         to remove yourself from the list.
  740.  
  741.    info-ti-explorer@sumex-aim.stanford.edu  TI Explorer Lisp Machine
  742.    bug-ti-explorer@sumex-aim.stanford.edu  TI Explorer Lisp Machine
  743.  
  744.    info-1100@cis.ohio-state.edu    Xerox/Envos Lisp machine environment,
  745.                                    InterLisp-D, and Medley. Gatewayed to
  746.                                    the newsgroup comp.sys.xerox.
  747.  
  748.    franz-friends@berkeley.edu      The Franz Lisp Language.
  749.    franz-composers@berkeley.edu    Maintainers of Franz Lisp.
  750.  
  751. Lisp Windowing Systems:
  752.  
  753.    cl-windows@ai.sri.com           Common Lisp Window System Discussions.
  754.    bug-clx@expo.lcs.mit.edu        CLX (Common Lisp X Windows)
  755.    clim@bbn.com                    Common Lisp Interface Manager
  756.    clue-review@dsg.csc.ti.com      Common Lisp User-Interface Environment
  757.    express-windows@cs.cmu.edu      Express Windows
  758.    garnet-users@cs.cmu.edu         Garnet (send mail to garnet@cs.cmu.edu
  759.                                    or garnet-request@cs.cmu.edu to be added)
  760.    gina-users@gmdzi.gmd.de         GINA and CLM
  761.    lispworks@harlequin.co.uk       LispWorks 
  762.    winterp@hplnpm.hpl.hp.com       WINTERP (OSF/Motif Widget INTERPreter)
  763.    yyonx@csrl.aoyama.ac.jp         YYonX
  764.  
  765. Lisp Object-Oriented Programming:
  766.    
  767.    CommonLoops@cis.ohio-state.edu  (same as comp.lang.clos@cis.ohio-state.edu)
  768.       Discussion related to CLOS, PCL, and object-oriented programming
  769.       in Lisp.  The name is in honor of the first freely-available
  770.       implementation of CLOS, Xerox PARC's Portable Common Loops, and
  771.       was originally the mailing list for discussing that
  772.       implementation.  Now gatewayed to the comp.lang.clos newsgroup.
  773.       The mailing list is archived on nervous.cis.ohio-state.edu in
  774.       the directory pub/lispusers/commonloops.  
  775.       The CLOS code repository is in pub/lispusers/clos.
  776.  
  777. Miscellaneous:
  778.  
  779.    stat-lisp-news-request@umnstat.stat.umn.edu     
  780.            Use of Lisp and Lisp-based systems in statistics. 
  781.    lisp-emacs-forum-request@ucbarpa.berkeley.edu
  782.            Franz Inc's GNU-Emacs/Lisp interface.
  783.    Lisp-Jobs@cis.ohio-state.edu
  784.     Job offers requiring a knowledge of Lisp. See [1-6].
  785.  
  786. Electronic Journals:
  787.  
  788.   Electronic Journal of Functional and Logic Programming (EJFLP)
  789.  
  790.      EJFLP is a refereed journal that will be distributed for free via e-mail.
  791.      The aim of EJFLP is to create a new medium for research investigating the
  792.      integration of the functional, logic and constraint programming paradigms.
  793.  
  794.      For instructions on submitting a paper, send an empty mail message with 
  795.     Subject: Help
  796.      to: submissions@ls5.informatik.uni-dortmund.de. 
  797.      You will receive an acknowledgment of your submission within a few hours.
  798.  
  799.      To subscribe to the journal, send an empty mail message to the same
  800.      address. You will receive an acknowledgment of your subscription within
  801.      a few days. 
  802.  
  803.      If there are any problems with the mail-server, send mail to
  804.      ejflp.op@ls5.informatik.uni-dortmund.de. 
  805.  
  806.      The editorial board is: Rita Loogen (RWTH Aachen), Herbert Kuchen (RWTH
  807.      Aachen), Michael Hanus (MPI-Saarbruecken), Manuel MT Chakravarty (TU
  808.      Berlin), Martin Koehler (Imperial College London), Yike Guo (Imperial
  809.      College London), Mario Rodriguez-Artalejo (Univ. Madrid), Andy Krall
  810.      (TU Wien), Andy Mueck (LMU Muenchen), Tetsuo Ida (Univ. Tsukuba,
  811.      Japan), Hendrik C.R. Lock (IBM Heidelberg), Andreas Hallmann (Univ.
  812.      Dortmund), Peter Padawitz (Univ. Dortmund), Christoph Brzoska (Univ.
  813.      Karlsruhe).
  814.  
  815.      
  816. ----------------------------------------------------------------
  817. Subject: [4-10] ANSI Common Lisp -- 
  818.                 Where can I get a copy of the draft standard?
  819.  
  820. The draft proposed American National Standard for Common Lisp is under
  821. public review until November 23, 1992. 
  822.  
  823. Hard copies of the draft may be purchased from Global Engineering
  824. Documents, Inc., 2805 McGaw Avenue, Irvine, CA  92714, 1-800-854-7179,
  825. 714-261-1455 for a single copy price of $80 ($104 international).
  826. Copies of the TeX sources and Unix-compressed DVI files may be
  827. obtained by anonymous FTP from parcftp.xerox.com in the directory
  828. /pub/cl/document/*. The file Reviewer-Notes.text should be read before
  829. ftp'ing the other files.
  830.  
  831. There is no mechanism for submitting Public Review comments by e-mail.
  832. Comments on the draft must be submitted in hard copy format BOTH to X3
  833. Secretariat, Attn: Lynn Barra, 1250 Eye Street NW, Suite 200,
  834. Washington, DC 20005-3922 AND to American National Standards Institute,
  835. Attn: BSR Center, 11 West 42nd St. 13th Floor, New York, NY 10036.
  836.  
  837. The current ISO Lisp draft standard is available by anonymous FTP from 
  838. ma2s2.mathematik.uni-karlsruhe.de:/pub/lisp/islisp/islisp-84.dvi
  839. [129.13.115.2].
  840. ----------------------------------------------------------------
  841.  
  842. ;;; *EOF*
  843.